* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
	font-family: 'zt';
	src: url(../fonts/DINCOND-REGULAR.OTF);
}

ul,
ol {
	list-style: none
}

img {
	border: none;
	vertical-align: middle
}

a {
	display: inline-block;
	text-decoration: none
}

span {
	display: inline-block;
}


/*导航*/

.cen {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

nav {
	width: 100%;
	height: 90px;
	background: #121212;
}

.nav {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav a {
	width: 82px;
	height: 32px;
	color: #FFFFFF;
	text-align: center;
	line-height: 32px;
	margin-left: 30px;
	transition: all 0.5s;
}

.nav a.nav_avtive,
.nav a:hover {
	color: #ED0F15;
	background: url(../img/nav_bj.png) no-repeat;
}


/*banner*/

.indexbanner {
	width: 100%;
	height: 600px;
	position: relative;
	overflow: hidden;
}

.pb-carouselWarp .pb-carousel {
	position: relative;
	height: 100%;
}

.pb-carouselWarp .pb-carousel>div {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.pb-carouselWarp .pb-carousel .pb-this {
	display: block;
	left: 0;
}

.pb-carouselWarp .pb-arrow {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	border: 0;
}

.pb-carouselWarp .pb-arrow-prev {
	left: 20px;
	outline: none;
	background: #ED0F15 url(../img/arrow-left.png) no-repeat center;
}

.pb-carouselWarp .pb-arrow-next {
	right: 20px;
	outline: none;
	background: #ED0F15 url(../img/arrow-right.png) no-repeat center;
}

.indexbanner_con1 {
	background: url(../img/banner1.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.indexbanner_con2 {
	background: url(../img/banner.png) no-repeat;
	background-size: cover;
	background-position: center;
}


/*企业实力*/

.strength {
	width: 100%;
	height: 632px;
	background: url(../img/strength_bj.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.strength_tit p {
	font-size: 32px;
	color: #333333;
	border-left: 4px solid #ED0F15;
	padding-left: 6px;
	margin: 70px auto 40px auto;
}

.strength_text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.strength_word {
	width: 300px;
	height: 420px;
	/*background: #ED0F15;*/
	position: absolute;
	top: 0px;
	text-align: center;
	padding: 0 40px;
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
	transition: all 0.5s;
}

.strength_word_text {
	/*margin-top: 60px;*/
	height: 85px;
	overflow: hidden;
	transition: height 0.8s;
}

.strength_word_text p:first-child {
	margin-bottom: 20px;
}

.strength_word_text p:nth-child(2) {
	font-size: 20px;
	color: #FFFFFF;
}

.strength_word_text p:nth-child(3) {
	width: 20px;
	height: 1px;
	background: #FFFFFF;
	margin: 20px auto;
}

.strength_word_text p:last-child {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 28px;
	text-align: left;
}

.strength_list:hover .strength_word {
	background: rgba(0, 0, 0, 0.3);
}

.strength_list:hover .strength_word_text {
	height: 263px;
}


/*关于我们*/

.about {
	width: 100%;
	height: 600px;
	background: url(../img/about_bj.png) no-repeat;
	background-size: cover;
	background-position: center;
}

.about_tit p {
	font-size: 32px;
	color: #FFFFFF;
	border-left: 4px solid #FFFFFF;
	padding-left: 6px;
	margin: 40px auto 48px auto;
}

.about_text {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.about_l {
	width: 650px;
}

.about_word {
	margin-bottom: 50px;
}

.about_word p {
	color: #FFFFFF;
	line-height: 28px;
	margin-bottom: 25px;
}

.about_r {
	width: 480px;
}

.about_r img {
	max-width: 100%;
}

.about_bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.about_bottom .about_list {
	width: 125px;
}

.about_bottom .about_list p:first-child {
	font-size: 40px;
	font-family: 'zt';
	font-weight: bold;
	color: #FFFFFF;
}

.about_bottom .about_list p:nth-child(2) {
	color: #CCCCCC;
	margin: 30px 0 40px 0;
}

.about_bottom .about_list p:last-child {
	width: 125px;
	height: 3px;
	background: linear-gradient(90deg, #FF8400 0%, #ED0F15 100%);
}


/*产品中心*/

.product {
	width: 100%;
	height: 460px;
	background: url(../img/product_bj.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.product_tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 70px auto 40px auto;
}

.product_tit_l {
	font-size: 32px;
	color: #333333;
	border-left: 4px solid #ED0F15;
	padding-left: 6px;
}

.product_tit_r {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product_tit_r p {
	margin-left: 20px;
	padding-left: 20px;
	color: #333333;
	border-left: 1px solid #999;
	position: relative;
}

.product_tit_r p:first-child {
	border: none;
}

.product_tit_r p.product_avtive {
	color: #ED0F15;
	/*border-bottom: 1px solid #ED0F15;*/
}

.product_tit_r p.product_avtive::after {
	content: "";
	position: absolute;
	left: 20px;
	bottom: -10px;
	width: 78%;
	height: 2px;
	background: linear-gradient(90deg, #FF8400 0%, #ED0F15 100%);
}

.product_text {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product_text .product_list {
	width: 291px;
	text-align: center;
	position: relative;
}

.product_text .product_list .product_img {
	width: 291px;
	height: 218px;
	overflow: hidden;
}

.product_text .product_list .product_img img {
	max-width: 100%;
	height: 100%;
}

.product_text .product_list .product_more {
	width: 291px;
	height: 218px;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s;
}

.product_text .product_list .product_more p:first-child {
	padding: 50px 0 35px 0;
}

.product_text .product_list .product_more p:last-child a {
	width: 122px;
	height: 30px;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #FFFFFF;
	transition: all 0.5s;
}

.product_text .product_list .product_title {
	color: #333333;
	line-height: 45px;
	transition: all 0.5s;
}

.product_text .product_list:hover .product_more {
	opacity: 1;
}

.product_text .product_list:hover .product_title {
	color: #ED0F15;
}

.product_text .product_list .product_more p:last-child a:hover {
	background: #ED0F15;
	border: 1px solid #ED0F15;
}


/*新闻中心*/

.news {
	width: 100%;
	height: 500px;
	background: url(../img/news_bj.png) no-repeat top;
}

.news_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 70px auto 40px auto;
}

.news_tit_l {
	font-size: 32px;
	color: #333333;
	border-left: 4px solid #ED0F15;
	padding-left: 6px;
}

.news_tit_r {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news_tit_r p {
	margin-left: 20px;
	padding-left: 20px;
	color: #333333;
	border-left: 1px solid #999;
	position: relative;
}

.news_tit_r p:first-child {
	border: none;
}

.news_tit_r p.news_avtive {
	color: #ED0F15;
	/*border-bottom: 1px solid #ED0F15;*/
}

.news_tit_r p.news_avtive::after {
	content: "";
	position: absolute;
	left: 20px;
	bottom: -10px;
	width: 78%;
	height: 2px;
	background: linear-gradient(90deg, #FF8400 0%, #ED0F15 100%);
}

.news_text {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.news_l {
	width: 625px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.news_l .news_list {
	width: 300px;
}

.news_l .news_list .news_img {
	width: 300px;
	height: 190px;
	overflow: hidden;
}

.news_l .news_list .news_img img {
	max-width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.news_l .news_list .news_tit {
	color: #333333;
	line-height: 28px;
	padding: 20px 10px 0 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news_l .news_list:hover img {
	transform: scale(1.1);
}

.news_r {
	width: 536px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.news_r .news_r_list {
	width: 250px;
	display: flex;
	justify-content: space-between;
	/*align-items: flex-start;*/
}

.news_r .news_r_list .news_line {
	width: 1px;
	height: 215px;
	background: #DDDDDD;
	margin-top: 9px;
}

.news_r_text .news_r_article {
	width: 249px;
	display: flex;
	justify-content: space-between;
	/*align-items: flex-start;*/
}

.news_r_text .news_r_article .point {
	width: 7px;
	height: 7px;
	background: #DDDDDD;
	border-radius: 50%;
	position: relative;
	left: -4px;
	top: 8px;
}

.news_r_text .news_r_article .news_r_article_text {
	width: 230px;
}

.news_r_text .news_r_article .news_r_article_text p:first-child {
	font-family: PingFang SC;
	color: #333333;
	transition: all 0.5s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news_r_text .news_r_article .news_r_article_text p:last-child {
	font-size: 12px;
	font-family: PingFang SC;
	color: #999999;
	margin: 5px 0 10px 0;
	transition: all 0.5s;
}

.news_r_text .news_r_article:hover .news_r_article_text p {
	color: #ED0F15;
}

.news_r_text .news_r_article:hover .point {
	background: url(../img/news.png) no-repeat;
	width: 13px;
	height: 13px;
	left: -7px;
	top: 5px;
}


/*底部*/

footer {
	width: 100%;
	/*height: 273px;*/
	background: #444444;
}

.footer_cen {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 30px 0 38px 0;
}

.footer_cen .footer_l p:first-child {
	margin-bottom: 30px;
}

.footer_cen .footer_l p:not(:first-child) {
	font-size: 14px;
	color: #AAAAAA;
	line-height: 26px;
}

.footer_cen .footer_c {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer_cen .footer_c ul {
	margin: 0 45px;
}

.footer_cen .footer_c ul li:first-child {
	color: #FFFFFF;
	margin-bottom: 30px;
}

.footer_cen .footer_c ul li:not(:first-child) a {
	font-size: 14px;
	color: #AAAAAA;
	margin-bottom: 18px;
	transition: all 0.5s;
}
.footer_cen .footer_c ul li:not(:first-child) a:hover{
	color: #ED0F15;
}
.footer_r p {
	text-align: center;
	font-size: 14px;
	color: #AAAAAA;
	margin-bottom: 10px;
}

.footer_r img {
	max-width: 124px;
}

.footer {
	width: 100%;
	border-top: 1px solid #666666;
}

.footer .footer_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 0 12px 0;
}

.footer .footer_bottom a {
	font-size: 14px;
	color: #AAAAAA;
}


/*子页*/


/*公司简介*/

.zy_banner {
	width: 100%;
	height: 320px;
	background: url(../img/zy_banner.png) no-repeat;
	background-size: cover;
}

.position_cen {
	height: 100%;
	position: relative;
}

.position {
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.position_r a {
	font-size: 14px;
	color: #FFFFFF;
}


/*公司简介*/

.zy_tit {
	text-align: center;
	margin: 50px 0 30px;
}

.zy_tit p:first-child {
	font-size: 34px;
	font-weight: bold;
	color: #DEDFDF;
}

.zy_tit p:last-child {
	font-size: 28px;
	color: #333333;
	position: relative;
	margin-top: -25px;
}


/*子导航*/

.zy_nav {
	text-align: center;
	margin-bottom: 50px;
}

.zy_nav a {
	padding: 15px 34px;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	font-size: 15px;
	color: #333333;
	margin: 0 5px;
	transition: all 0.5s;
}

.zy_nav a.zy_nav_active,
.zy_nav a:hover {
	background: linear-gradient(90deg, #ED0F15 0%, #FF8400 100%);
	color: #FFFFFF;
	border: 1px solid transparent;
}

.zy_about {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 47px;
}

.zy_about .zy_about_l {
	width: 671px;
}

.zy_about .zy_about_l p:first-child {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	border-left: 4px solid #ED0F15;
	box-sizing: border-box;
	padding-left: 5px;
}

.zy_about .zy_about_l p:not(:first-child) {
	color: #787878;
	line-height: 28px;
	margin-top: 30px;
}

.zy_about .zy_about_r {
	width: 475px;
}

.zy_about .zy_about_r img {
	max-width: 100%;
}

.zy_about_cen {
	width: 100%;
	background: #F2F2F2;
}

.zy_about_cen .zy_about_center {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 60px 0;
}

.zy_about_cen .zy_about_center .zy_about_cen_l {
	width: 671px;
}

.zy_about_cen .zy_about_center .zy_about_cen_l .zy_about_cen_text {
	color: #787878;
	line-height: 28px;
}

.zy_about_cen .zy_about_center .zy_about_cen_l .zy_about_cen_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zy_about_cen .zy_about_center .zy_about_cen_l .zy_about_cen_list div {
	width: 125px;
}

.zy_about_cen .zy_about_center .zy_about_cen_l .zy_about_cen_list div p:first-child {
	font-size: 40px;
	font-family: 'zt';
	font-weight: bold;
	color: #333333;
	margin-top: 42px;
}

.zy_about_cen .zy_about_center .zy_about_cen_l .zy_about_cen_list div p:nth-child(2) {
	color: #787878;
	padding: 20px 0 30px 0;
}

.zy_about_cen .zy_about_center .zy_about_cen_l .zy_about_cen_list div p:last-child {
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, #FF8400 0%, #ED0F15 100%);
}

.zy_about_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0 90px 0;
}

.zy_about_bottom .zy_about_bottom_list {
	position: relative;
	transition: all 0.5s;
}

.zy_about_bottom .zy_about_bottom_list .zy_about_bottom_tit {
	position: absolute;
	bottom: 20px;
	left: 30px;
	font-size: 26px;
	font-style: italic;
	color: #FFFFFF;
}

.zy_about_bottom .zy_about_bottom_list:hover {
	margin-top: -10px;
}


/*品牌介绍*/

.brand p {
	color: #787878;
	line-height: 32px;
	margin-bottom: 30px;
}

.brand img {
	max-width: 100%;
	margin-bottom: 90px;
}


/*产品中心*/

.zy_product {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.zy_product .product_list {
	width: 291px;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

.zy_product .product_list .product_img {
	width: 291px;
	height: 218px;
	overflow: hidden;
}

.zy_product .product_list .product_img img {
	max-width: 100%;
	height: 100%;
}

.zy_product .product_list .product_more {
	width: 291px;
	height: 218px;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s;
}

.zy_product .product_list .product_more p:first-child {
	padding: 50px 0 35px 0;
}

.zy_product .product_list .product_more p:last-child a {
	width: 122px;
	height: 30px;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #FFFFFF;
	transition: all 0.5s;
}

.zy_product .product_list .product_title {
	color: #333333;
	line-height: 45px;
	transition: all 0.5s;
}

.zy_product .product_list:hover .product_more {
	opacity: 1;
}

.zy_product .product_list:hover .product_title {
	color: #ED0F15;
}

.zy_product .product_list .product_more p:last-child a:hover {
	background: #ED0F15;
	border: 1px solid #ED0F15;
}

.zy_product .product_list_item {
	width: 291px;
	height: 0px;
}

.zy_product .load-more__btn {
	width: 100%;
	height: 56px;
	background: #EEEEEE;
	text-align: center;
	line-height: 56px;
	color: #333333;
	margin-bottom: 90px;
	transition: all 0.5s;
}

.zy_product .load-more__btn:hover {
	background: #ED0F15;
	color: #FFFFFF;
}


/*产品详情*/

.product_details {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.product_details .zy_product_l {
	width: 523px;
}

.product_details .zy_product_l img {
	max-width: 100%;
}

.product_details .zy_product_r {
	width: 637px;
	padding-left: 48px;
	border-left: 1px solid #DEDEDE;
}

.product_details .product_details_tit {
	border-bottom: 1px solid #999999;
	padding-bottom: 20px;
}

.product_details .product_details_tit p:first-child {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}

.product_details .product_details_tit p:nth-child(2) {
	color: #999999;
	margin: 15px 0 39px 0;
}

.product_details .product_details_tit p:nth-child(3) {
	margin-bottom: 18px;
}

.product_details .product_details_tit p:nth-child(4) {
	margin-bottom: 30px;
}

.product_details .product_details_tit p:nth-child(3) span:first-child,
.product_details .product_details_tit p:nth-child(4) span:first-child {
	color: #000000;
}

.product_details .product_details_tit p:nth-child(3) span:last-child,
.product_details .product_details_tit p:nth-child(4) span:last-child {
	color: #787878;
}

.product_details .product_details_tit p:nth-child(5) a {
	width: 160px;
	height: 42px;
	background: #666666;
	text-align: center;
	line-height: 42px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.product_details .product_details_tit p:last-child span:first-child {
	font-size: 14px;
	color: #333;
}

.product_details .product_details_tit p:last-child span:last-child {
	font-size: 32px;
	color: #ED1214;
	font-family: 'zt';
	font-weight: bold;
}

.product_details .product_details_img img {
	max-width: 100%;
	margin-bottom: 8px;
}


/*新闻中心*/

.zy_news {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.zy_news .zy_news_l {
	width: 320px;
}

.zy_news .zy_news_l form {
	width: 320px;
	height: 50px;
	background: #FCEAD8;
	margin: 21px 0 46px 0;
}

.zy_news .zy_news_l form input {
	height: 50px;
	background: #FCEAD8;
	border: none;
	outline: none;
	float: left;
}

.zy_news .zy_news_l form input:first-child {
	width: 275px;
	box-sizing: border-box;
	padding-left: 25px;
}

::-webkit-input-placeholder {
	color: #BBBBBB;
}

.zy_news .zy_news_l form input:last-child {
	width: 45px;
	background: #444444;
	background: url(../img/ss.png) no-repeat center left;
}

.zy_news .zy_news_r {
	width: 850px;
}

.zy_news .zy_news_r .zy_news_first {
	padding: 30px 37px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #F6F7F8;
}

.zy_news .zy_news_r .zy_news_first .zy_news_img {
	width: 350px;
}

.zy_news .zy_news_r .zy_news_first .zy_news_img img {
	max-width: 100%;
}

.zy_news .zy_news_r .zy_news_first .zy_news_text {
	width: 379px;
}

.zy_news .zy_news_r .zy_news_first .zy_news_text p:first-child {
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	color: #FF8300;
}

.zy_news .zy_news_r .zy_news_first .zy_news_text p:nth-child(2) {
	font-size: 20px;
	color: #333333;
	margin: 18px 0;
}

.zy_news .zy_news_r .zy_news_first .zy_news_text p:nth-child(3) {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin-bottom: 22px;
}

.zy_news .zy_news_r .zy_news_first .zy_news_text p:last-child a {
	width: 100px;
	height: 32px;
	background: #FF8300;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 32px;
	text-align: center;
	transition: all 0.5s;
}

.zy_news .zy_news_r .zy_news_first .zy_news_text p:last-child a:hover {
	background: #ED0F15;
}

.zy_news .zy_news_r ul {
	width: 100%;
	border-left: 1px solid #eee;
}

.zy_news .zy_news_r ul li {
	position: relative;
}

.zy_news .zy_news_r ul li a {
	padding: 40px;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	z-index: 99;
}

.zy_news .zy_news_r ul li .zy_news_left {
	padding-right: 20px;
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	color: #FF8300;
}

.zy_news .zy_news_r ul li .zy_news_right {
	width: 644px;
}

.zy_news .zy_news_r ul li .zy_news_right p:first-child {
	font-size: 20px;
	color: #333333;
	margin-bottom: 18px;
}

.zy_news .zy_news_r ul li .zy_news_right p:last-child {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}

.zy_news .zy_news_r ul li .color {
	width: 0px;
	height: 172px;
	background: #FBEEE0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 66;
	transition: all 0.5s;
}

.zy_news .zy_news_r ul li:hover .color {
	width: 100%;
}

.zy_news .zy_news_r ul .news_btn {
	width: 780px;
	height: 56px;
	background: #dedede;
	color: #333333;
	line-height: 56px;
	text-align: center;
	margin: 65px 0 90px 35px;
	transition: all 0.5s;
}

.zy_news .zy_news_r ul .news_btn:hover {
	background: #ED0F15;
	color: #FFF;
}


/*新闻详情*/

.news_details {
	width: 850px;
	/*height: 1467px;*/
	background: linear-gradient(0deg, #FFFFFF 0%, #f5f5f5 100%);
	padding: 40px;
}

.news_details .news_details_tit {
	border-bottom: 1px solid #999999;
}

.news_details .news_details_tit p:first-child {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.news_details .news_details_tit p:last-child {
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	color: #F5C89D;
	padding: 30px 0 14px 0;
}

.news_details .news_details_text p {
	color: #787878;
	line-height: 32px;
	margin-top: 30px;
}

.news_details .news_details_text img {
	max-width: 100%;
}


/*联系我们*/

.contact .contact_tit p:first-child {
	font-size: 22px;
	color: #ED1015;
}

.contact .contact_tit p:last-child {
	font-size: 12px;
	color: #999999;
	margin: 10px 0 20px 0;
}

.contact .contact_list p:not(:last-child) {
	margin-top: 20px;
}

.contact .contact_list p:not(:last-child) img {
	width: 25px;
	margin-right: 11px;
}

.contact .contact_list p:not(:last-child) span {
	font-size: 14px;
	color: #333333;
	vertical-align: middle;
}
.contact .contact_list p:last-child img{
	max-width: 122px;
	margin: 24px 0 50px 0;
}


.product_details .zy_product_r {
 width: 637px;
 padding-left: 48px;
 border-left: 1px solid #DEDEDE;
 padding-bottom: 50px;
}

.product_details .zy_product_l img {
 width: 100%;
 margin-bottom: 20px;
}
